Local Workspace is the name for a folder on client computers that contains copies made by the Meridian client applications of recently accessed vault documents. The folder also contains a small database that tracks the files that are contained in the Local Workspace. As documents are checked out or viewed, they are copied to the user’s Local Workspace folder for use, thus providing a local caching mechanism. A document will be copied to Local Workspace if it is accessed under the following circumstances:
If a document is selected for viewing. This will also copy all referenced files. The files are made read-only in Local Workspace. The first time this is done, the user will see no benefit because the files are downloaded from the Meridian application or file server. However, if the user views one of these files again later, the performance will be dramatically improved because the file and all its references are retrieved from Local Workspace instead of from the Meridian application server or file server. This is particularly important when viewing large or complex 3D model files such as created by Autodesk Inventor or SolidWorks.
Tip You can confirm that a document is being opened from Local Workspace by examining the Local Copy property on the Document property page of the document in PowerUser. The property will contain the modification date and time of the file.
Files will be copied to the Local Workspace if they do not yet exist or if the versions in Local Workspace are older than the versions in the vault.
Changed documents in the Local Workspace are synchronized with the vault in the background at a time interval set by the user. This is an important difference between Meridian and a simple manual check-out/check-in system. The synchronization is automatic, transparent to the users, and secure.
Local Workspace has the following advantages:
Of course, there are also some disadvantages:
Large assemblies or other complex related documents cause a lot of network traffic when viewed or opened in their applications because all related documents must be opened before the composite document can be viewed or opened. Therefore, we always recommend implementing Local Workspace in such circumstances.
Although the Local Workspace itself does not impose a limitation on the length of the paths to documents, other programs that might need to work with the documents (application links, viewers, and so on) may be limited to approximately 256 characters. The fully-qualified path of a document in Local Workspace comprises several elements:
<LocalWorkspaceLocation>\<UserName>\<Server,Datastore,ContextID,RevisionID>\<VaultPath>\<FileName>.<Ext>
For example:
C:\BC-Workspace\John Doe\M-MyServer,D-Engineering,P-AMContext1,W-b9A04B874B60FE440\Projects\P1000\Foundation Plans\D1000201.dwg
For this reason, we recommend that all paths within vaults be maintained at 190 characters or less so as to not result in Local Workspace paths over 256 characters.
By default, users that work in the Meridian Web Client or in PowerUser in Remote mode require and are granted read/write access to a Local Workspace location on the Meridian web server. If you move the location of the Local Workspace by setting the path in the WorkSpaceLocation value described in HKEY_LOCAL_MACHINE\Software\Cyco\AutoManager Meridian\CurrentVersion\Client, then you must manually grant read/write access to the Authenticated Users group to the new location for the application links to work correctly. The location is only maintained by the settings described in Optimizing Local Workspace configuration for the account under which Application Integration is run on the web server. To maintain the location for all Meridian Web Client users, see the WorkSpaceNoUserName registry value described in HKEY_LOCAL_MACHINE\Software\Cyco\AutoManager Meridian\CurrentVersion\Client.
Related concepts
Related tasks
Optimizing Local Workspace configuration